home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Paintball Q3 / q3pbpak01.pk3 / scripts / pball_gfx.shader < prev    next >
Encoding:
Text File  |  2001-08-19  |  12.0 KB  |  777 lines

  1. /*
  2. ================
  3. THE HUD
  4.  
  5. mainhud is the non-split hud
  6. v3hudx is a split up HUD if the client is using a Voodoo3 and/or experiences
  7. blurring.
  8. ================
  9. */
  10.  
  11. gfx/hud/spechud
  12. {
  13.     nopicmip
  14.     {
  15.                 map gfx/hud/spectatorHud.tga
  16.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  17.     }
  18. }
  19.  
  20. gfx/hud/newhud
  21. {
  22.     nopicmip
  23.     {
  24.                 map gfx/hud/hud8d.tga
  25.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  26.     }
  27. }
  28.  
  29. gfx/hud/v3nh1
  30. {
  31.     nopicmip
  32.     {
  33.                 map gfx/hud/v3newhud/nh1.tga
  34.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  35.     }
  36. }
  37.  
  38. gfx/hud/v3nh2
  39. {
  40.     nopicmip
  41.     {
  42.                 map gfx/hud/v3newhud/nh2.tga
  43.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  44.     }
  45. }
  46.  
  47. gfx/hud/v3nh3
  48. {
  49.     nopicmip
  50.     {
  51.                 map gfx/hud/v3newhud/nh3.tga
  52.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  53.     }
  54. }
  55.  
  56. gfx/hud/v3nh4
  57. {
  58.     nopicmip
  59.     {
  60.                 map gfx/hud/v3newhud/nh4.tga
  61.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  62.     }
  63. }
  64.  
  65. gfx/hud/v3nh5
  66. {
  67.     nopicmip
  68.     {
  69.                 map gfx/hud/v3newhud/nh5.tga
  70.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  71.     }
  72. }
  73.  
  74. gfx/hud/v3nh6
  75. {
  76.     nopicmip
  77.     {
  78.                 map gfx/hud/v3newhud/nh6.tga
  79.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  80.     }
  81. }
  82.  
  83. gfx/hud/v3nh7
  84. {
  85.     nopicmip
  86.     {
  87.                 map gfx/hud/v3newhud/nh7.tga
  88.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  89.     }
  90. }
  91.  
  92. gfx/hud/v3nh8
  93. {
  94.     nopicmip
  95.     {
  96.                 map gfx/hud/v3newhud/nh8.tga
  97.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  98.     }
  99. }
  100.  
  101. gfx/hud/v3nh9
  102. {
  103.     nopicmip
  104.     {
  105.                 map gfx/hud/v3newhud/nh9.tga
  106.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  107.     }
  108. }
  109.  
  110. gfx/hud/v3nh10
  111. {
  112.     nopicmip
  113.     {
  114.                 map gfx/hud/v3newhud/nh10.tga
  115.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  116.     }
  117. }
  118.  
  119. gfx/hud/v3nh11
  120. {
  121.     nopicmip
  122.     {
  123.                 map gfx/hud/v3newhud/nh11.tga
  124.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  125.     }
  126. }
  127.  
  128. gfx/hud/v3nh12
  129. {
  130.     nopicmip
  131.     {
  132.                 map gfx/hud/v3newhud/nh12.tga
  133.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  134.     }
  135. }
  136.  
  137. gfx/hud/v3nh13
  138. {
  139.     nopicmip
  140.     {
  141.                 map gfx/hud/v3newhud/nh13.tga
  142.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  143.     }
  144. }
  145.  
  146. gfx/hud/mainhud
  147. {
  148.     nopicmip
  149.     {
  150.                 map gfx/hud/hudbkg.tga
  151.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  152.     }
  153. }
  154.  
  155. gfx/hud/v3hud1
  156. {
  157.     nopicmip
  158.     {
  159.                 map gfx/hud/hud1.tga
  160.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  161.     }
  162. }
  163.  
  164. gfx/hud/v3hud2
  165. {
  166.     nopicmip
  167.     {
  168.                 map gfx/hud/hud2.tga
  169.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  170.     }
  171. }
  172.  
  173. gfx/hud/v3hud3
  174. {
  175.     nopicmip
  176.     {
  177.                 map gfx/hud/hud3.tga
  178.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  179.     }
  180. }
  181.  
  182. gfx/hud/v3hud4
  183. {
  184.     nopicmip
  185.     {
  186.                 map gfx/hud/hud4.tga
  187.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  188.     }
  189. }
  190.  
  191. gfx/hud/v3hud5
  192. {
  193.     nopicmip
  194.     {
  195.                 map gfx/hud/hud5.tga
  196.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  197.     }
  198. }
  199.  
  200. gfx/hud/v3hud6
  201. {
  202.     nopicmip
  203.     {
  204.                 map gfx/hud/hud6.tga
  205.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  206.     }
  207. }
  208.  
  209. gfx/hud/v3hud7
  210. {
  211.     nopicmip
  212.     {
  213.                 map gfx/hud/hud7.tga
  214.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  215.     }
  216. }
  217.  
  218. gfx/hud/v3hud8
  219. {
  220.     nopicmip
  221.     {
  222.                 map gfx/hud/hud8.tga
  223.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  224.     }
  225. }
  226.  
  227. gfx/hud/v3hud9
  228. {
  229.     nopicmip
  230.     {
  231.                 map gfx/hud/hud9.tga
  232.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  233.     }
  234. }
  235.  
  236. gfx/hud/v3hud10
  237. {
  238.     nopicmip
  239.     {
  240.                 map gfx/hud/hud10.tga
  241.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  242.     }
  243. }
  244.  
  245. gfx/icons/50pballs
  246. {
  247.     nopicmip
  248.     {
  249.                 map gfx/icons/icona_50pballs.tga
  250.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  251.     }
  252. }
  253.  
  254. gfx/icons/100pballs
  255. {
  256.     nopicmip
  257.     {
  258.                 map gfx/icons/icona_100pballs.tga
  259.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  260.     }
  261. }
  262.  
  263. gfx/icons/200pballs
  264. {
  265.     nopicmip
  266.     {
  267.                 map gfx/icons/icona_200pballs.tga
  268.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  269.     }
  270. }
  271.  
  272.  
  273. gfx/icons/pgp
  274. {
  275.     nopicmip
  276.     {
  277.                 map gfx/icons/icona_pgp.tga
  278.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  279.     }
  280. }
  281.  
  282. /*
  283. ================
  284. GUN AND ITEM ICONS
  285. ================
  286. */
  287.  
  288. gfx/icons/talon
  289. {
  290.     nopicmip
  291.     {
  292.                 map gfx/icons/icona_talon.tga
  293.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  294.     }
  295. }
  296.  
  297. gfx/icons/autococker
  298. {
  299.     nopicmip
  300.     {
  301.                 map gfx/icons/icona_cocker.tga
  302.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  303.     }
  304. }
  305.  
  306. gfx/icons/emag
  307. {
  308.     nopicmip
  309.     {
  310.                 map gfx/icons/icona_emag.tga
  311.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  312.     }
  313. }
  314.  
  315. gfx/icons/f4
  316. {
  317.     nopicmip
  318.     {
  319.                 map gfx/icons/icona_f4.tga
  320.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  321.     }
  322. }
  323.  
  324. gfx/icons/tippman
  325. {
  326.     nopicmip
  327.     {
  328.                 map gfx/icons/icona_m98.tga
  329.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  330.     }
  331. }
  332.  
  333. gfx/icons/outlaw
  334. {
  335.     nopicmip
  336.     {
  337.                 map gfx/icons/icona_outlaw.tga
  338.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  339.     }
  340. }
  341.  
  342. gfx/icons/angel
  343. {
  344.     nopicmip
  345.     {
  346.                 map gfx/icons/icona_angel.tga
  347.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  348.     }
  349. }
  350.  
  351. gfx/icons/spyder
  352. {
  353.     nopicmip
  354.     {
  355.                 map gfx/icons/icona_spyder.tga
  356.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  357.     }
  358. }
  359.  
  360. gfx/icons/stingray
  361. {
  362.     nopicmip
  363.     {
  364.                 map gfx/icons/icona_stingray.tga
  365.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  366.     }
  367. }
  368.  
  369. gfx/icons/paintgrenade
  370. {
  371.     nopicmip
  372.     {
  373.                 map gfx/icons/icona_gren.tga
  374.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  375.     }
  376. }
  377.  
  378. gfx/icons/hopper/100round
  379. {
  380.     nopicmip
  381.     {
  382.                 map gfx/icons/icona_100hop.tga
  383.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  384.     }
  385. }
  386.  
  387. gfx/icons/hopper/200round
  388. {
  389.     nopicmip
  390.     {
  391.                 map gfx/icons/icona_200hop.tga
  392.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  393.     }
  394. }
  395.  
  396. gfx/icons/hopper/motorized
  397. {
  398.     nopicmip
  399.     {
  400.                 map gfx/icons/icona_revhop.tga
  401.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  402.     }
  403. }
  404.  
  405. gfx/icons/co2/7oz
  406. {
  407.     nopicmip
  408.     {
  409.                 map gfx/icons/icona_9oz.tga
  410.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  411.     }
  412. }
  413.  
  414. gfx/icons/co2/9oz
  415. {
  416.     nopicmip
  417.     {
  418.                 map gfx/icons/icona_9oz.tga
  419.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  420.     }
  421. }
  422.  
  423. gfx/icons/co2/12oz
  424. {
  425.     nopicmip
  426.     {
  427.                 map gfx/icons/icona_12oz.tga
  428.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  429.     }
  430. }
  431.  
  432. gfx/icons/co2/20oz
  433. {
  434.     nopicmip
  435.     {
  436.                 map gfx/icons/icona_20oz.tga
  437.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  438.     }
  439. }
  440.  
  441. gfx/icons/barrel/stock
  442. {
  443.     nopicmip
  444.     {
  445.                 map gfx/icons/icona_brassbrl.tga
  446.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  447.     }
  448. }
  449.  
  450. gfx/icons/barrel/aluminum
  451. {
  452.     nopicmip
  453.     {
  454.                 map gfx/icons/icona_aluminumbrl.tga
  455.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  456.     }
  457. }
  458.  
  459. gfx/icons/barrel/steel
  460. {
  461.     nopicmip
  462.     {
  463.                 map gfx/icons/icona_ceramicbrl.tga
  464.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  465.     }
  466. }
  467.  
  468. gfx/icons/barrel/ceramic
  469. {
  470.     nopicmip
  471.     {
  472.                 map gfx/icons/icona_stainlessbrl.tga
  473.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  474.     }
  475. }
  476.  
  477.  
  478. /*
  479. ============
  480. HUD Panel 1
  481. ============
  482. */
  483.  
  484. gfx/hud/panel1
  485. {
  486.     nopicmip
  487.     {
  488.                 map gfx/hud/hudpanel1.tga
  489.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  490.     }
  491. }
  492.  
  493. /*
  494. ============
  495. Scoreboard
  496. ============
  497. */
  498. gfx/hud/scoreboard_shader
  499. {
  500.     nopicmip
  501.     {
  502.                 map gfx/hud/scoreboard.tga
  503.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  504.     }
  505. }
  506.  
  507. gfx/hud/v3sb1
  508. {
  509.     nopicmip
  510.     {
  511.                 map gfx/hud/v3scoreboard/scoreboard1.tga
  512.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  513.     }
  514. }
  515.  
  516. gfx/hud/v3sb2
  517. {
  518.     nopicmip
  519.     {
  520.                 map gfx/hud/v3scoreboard/scoreboard2.tga
  521.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  522.     }
  523. }
  524.  
  525. gfx/hud/v3sb3
  526. {
  527.     nopicmip
  528.     {
  529.                 map gfx/hud/v3scoreboard/scoreboard3.tga
  530.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  531.     }
  532. }
  533.  
  534. gfx/hud/v3sb4
  535. {
  536.     nopicmip
  537.     {
  538.                 map gfx/hud/v3scoreboard/scoreboard4.tga
  539.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  540.     }
  541. }
  542.  
  543. gfx/hud/v3sb5
  544. {
  545.     nopicmip
  546.     {
  547.                 map gfx/hud/v3scoreboard/scoreboard5.tga
  548.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  549.     }
  550. }
  551.  
  552. gfx/hud/v3sb6
  553. {
  554.     nopicmip
  555.     {
  556.                 map gfx/hud/v3scoreboard/scoreboard6.tga
  557.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  558.     }
  559. }
  560.  
  561. gfx/hud/v3sb7
  562. {
  563.     nopicmip
  564.     {
  565.                 map gfx/hud/v3scoreboard/scoreboard7.tga
  566.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  567.     }
  568. }
  569.  
  570. gfx/hud/v3sb8
  571. {
  572.     nopicmip
  573.     {
  574.                 map gfx/hud/v3scoreboard/scoreboard8.tga
  575.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  576.     }
  577. }
  578.  
  579. gfx/hud/v3sb9
  580. {
  581.     nopicmip
  582.     {
  583.                 map gfx/hud/v3scoreboard/scoreboard9.tga
  584.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  585.     }
  586. }
  587.  
  588. gfx/hud/v3sb10
  589. {
  590.     nopicmip
  591.     {
  592.                 map gfx/hud/v3scoreboard/scoreboard10.tga
  593.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  594.     }
  595. }
  596.  
  597. gfx/hud/v3sb11
  598. {
  599.     nopicmip
  600.     {
  601.                 map gfx/hud/v3scoreboard/scoreboard11.tga
  602.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  603.     }
  604. }
  605.  
  606. gfx/hud/v3sb12
  607. {
  608.     nopicmip
  609.     {
  610.                 map gfx/hud/v3scoreboard/scoreboard12.tga
  611.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  612.     }
  613. }
  614.  
  615. gfx/hud/v3sb13
  616. {
  617.     nopicmip
  618.     {
  619.                 map gfx/hud/v3scoreboard/scoreboard13.tga
  620.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  621.     }
  622. }
  623.  
  624. gfx/hud/v3sb14
  625. {
  626.     nopicmip
  627.     {
  628.                 map gfx/hud/v3scoreboard/scoreboard14.tga
  629.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  630.     }
  631. }
  632.  
  633. gfx/hud/v3sb15
  634. {
  635.     nopicmip
  636.     {
  637.                 map gfx/hud/v3scoreboard/scoreboard15.tga
  638.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  639.     }
  640. }
  641.  
  642. gfx/hud/v3sb16
  643. {
  644.     nopicmip
  645.     {
  646.                 map gfx/hud/v3scoreboard/scoreboard16.tga
  647.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  648.     }
  649. }
  650.  
  651. gfx/hud/v3sb17
  652. {
  653.     nopicmip
  654.     {
  655.                 map gfx/hud/v3scoreboard/scoreboard17.tga
  656.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  657.     }
  658. }
  659.  
  660. gfx/hud/v3sb18
  661. {
  662.     nopicmip
  663.     {
  664.                 map gfx/hud/v3scoreboard/scoreboard18.tga
  665.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  666.     }
  667. }
  668.  
  669. gfx/hud/v3sb19
  670. {
  671.     nopicmip
  672.     {
  673.                 map gfx/hud/v3scoreboard/scoreboard19.tga
  674.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  675.     }
  676. }
  677.  
  678. gfx/hud/v3sb20
  679. {
  680.     nopicmip
  681.     {
  682.                 map gfx/hud/v3scoreboard/scoreboard20.tga
  683.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  684.     }
  685. }
  686.  
  687. gfx/hud/v3sb21
  688. {
  689.     nopicmip
  690.     {
  691.                 map gfx/hud/v3scoreboard/scoreboard21.tga
  692.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  693.     }
  694. }
  695.  
  696. gfx/hud/v3sb22
  697. {
  698.     nopicmip
  699.     {
  700.                 map gfx/hud/v3scoreboard/scoreboard22.tga
  701.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  702.     }
  703. }
  704.  
  705. gfx/hud/v3sb23
  706. {
  707.     nopicmip
  708.     {
  709.                 map gfx/hud/v3scoreboard/scoreboard23.tga
  710.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  711.     }
  712. }
  713.  
  714. gfx/hud/v3sb24
  715. {
  716.     nopicmip
  717.     {
  718.                 map gfx/hud/v3scoreboard/scoreboard24.tga
  719.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  720.     }
  721. }
  722.  
  723. gfx/hud/v3sb25
  724. {
  725.     nopicmip
  726.     {
  727.                 map gfx/hud/v3scoreboard/scoreboard25.tga
  728.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  729.     }
  730. }
  731.  
  732. gfx/hud/v3sb26
  733. {
  734.     nopicmip
  735.     {
  736.                 map gfx/hud/v3scoreboard/scoreboard26.tga
  737.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  738.     }
  739. }
  740.  
  741. gfx/hud/v3sb27
  742. {
  743.     nopicmip
  744.     {
  745.                 map gfx/hud/v3scoreboard/scoreboard27.tga
  746.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  747.     }
  748. }
  749.  
  750. gfx/hud/v3sb28
  751. {
  752.     nopicmip
  753.     {
  754.                 map gfx/hud/v3scoreboard/scoreboard28.tga
  755.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  756.     }
  757. }
  758.  
  759. gfx/hud/v3sb29
  760. {
  761.     nopicmip
  762.     {
  763.                 map gfx/hud/v3scoreboard/scoreboard29.tga
  764.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  765.     }
  766. }
  767.  
  768. gfx/hud/v3sb30
  769. {
  770.     nopicmip
  771.     {
  772.                 map gfx/hud/v3scoreboard/scoreboard30.tga
  773.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  774.     }
  775. }
  776.  
  777.